home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / epsfig / README.unix < prev   
Text File  |  1994-01-26  |  2KB  |  44 lines

  1. REQUIREMENTS
  2.  
  3.    o Perl
  4.    o GNU gunzip.
  5.    o UNIX (maybe).
  6.  
  7. INSTALLATION.
  8.  
  9.    o Edit the Makefile installation paths.
  10.    o Edit the config variables at the beginning of the perl scripts "epsfig"
  11.      and "epsbb".
  12.    o Type 'make install' (or 'make -n install' to see what its gonna do).
  13.  
  14. MANIFEST
  15.  
  16.    o README     -- you're reading it.
  17.    o Makefile   -- just does installation.
  18.    o epsbb      -- will construct *.bb files, and compress ps files either
  19.                    individually or for a whole directory.
  20.    o epsfig     -- Used by dvips.  Will try to find file on TEXINPUTS path
  21.                    print that file to stdout.  Will gnuzip where necessary.
  22.    o epsfig.sty -- slightly modified version incorporating epsfig. By default
  23.                    epsbb will be applied to the \epsfig files when dvips is
  24.                    run.  This can be turned off with the control sequence
  25.                    \psnocompress and on again with \pscompress.
  26.  
  27. DOCUMENTATION
  28.  
  29.    Minimal. See above, read the beginning comments in the perl scripts, and
  30.    the comments in epsfig.sty.
  31.  
  32. PROBLEMS
  33.  
  34.    I really hacked this up quickly because I some problems with the way
  35.    decompression was implemented in the original epsfig.sty.  It seems to work
  36.    on our setup but no guarantees.
  37.  
  38.    Suggestions, comments regarding the decompressions stuff mail me:
  39.    peta@mcrcim.mcgill.edu (Peter Whaite).
  40.  
  41.    I wouldn't have a clue about any of the other epsfig.sty things. Best mail
  42.    the author: rahtz@dxcern.cern.ch (Sebastian Rahtz).
  43.  
  44.